home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / c / c-net_pro / c-netprov3.03a.dms / in.adf / cnet / systext / systext.LHA / help / Ranges < prev    next >
Encoding:
Text File  |  1994-01-04  |  1.9 KB  |  44 lines

  1. Without specifying any particular item or range of items, the various commands behave differently:
  2.  
  3.         Browse, Scan, Search:   All items
  4.         Read, Yank:             New items
  5.         all others:             Current, or most recently used item
  6.  
  7. However, there are many additional ways provided in which to express your needs to the system.  To specify which items you wish (where # is an integer):
  8.  
  9.         #               any item number
  10.         #-#             a RANGE of values
  11.         ,               to separate multiple RANGES
  12.  
  13. Other range specifying keywords include:
  14.  
  15.         new             brandnew items and new responses
  16.         brandnew        entirely new items only
  17.         newresp         old items with new responses
  18.         free            items marked as no-charge downloads
  19.         favorite        the sysop's favorites
  20.         by {user}       items posted/uploaded by {user} (handle or acc#)
  21.         byme            items posted/uploaded by you
  22.         to {user}       items addressed to {user} (handle or acc#)
  23.         tome            items addressed to you
  24.         mess            read/scan messagess individually and in post order
  25.         private         items marked as private
  26.         reverse         move from highest to lowest item/message number
  27.         since           messages AFTER date ; DAY[-MONTH][-YEAR][,HOUR]
  28.         until           messages BEFORE date; DAY[-MONTH][-YEAR][,HOUR]
  29.         'text'          items with 'text' found in the title or description
  30.         unval           unvalidated, unfinished, or no description
  31.         pass            skip the Respond or Pass? prompt
  32.         all   (or *)
  33.         first (or ^)
  34.         last  (or $)
  35.         this  (or . or current)
  36.         next
  37.         previous
  38.  
  39. Examples:
  40.  
  41. S FAVORITE              Look for the sysop's favorite items
  42. D TOME                  Download the items addressed to you
  43. R MESS TOME             Read items and responses addressed to you
  44.